postgresql 獲取日期時間的方法
獲取當前事務的日期和/或時間∶ $ psql psql (9.1.24) Type "help" for help. postgres=# select now(); ...
獲取當前事務的日期和/或時間∶ $ psql psql (9.1.24) Type "help" for help. postgres=# select now(); ...
處理時間時用到了,記錄一下。 select extract(epoch FROM (begin_time - end_time )) ...